From: Debian Rust Maintainers Date: Tue, 25 Oct 2022 00:11:21 +0000 (-0400) Subject: disable-tests-missing-testdata X-Git-Tag: archive/raspbian/0.17.14-5+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=994dff8a88c6ab3d0b7f0dd8572fc550c2da33d1;p=rust-ring.git disable-tests-missing-testdata =================================================================== Gbp-Pq: Name disable-tests-missing-testdata.patch --- diff --git a/tests/ed25519_tests.rs b/tests/ed25519_tests.rs index d800112..2741ca0 100644 --- a/tests/ed25519_tests.rs +++ b/tests/ed25519_tests.rs @@ -62,7 +62,7 @@ fn test_signature_ed25519() { } /// Test vectors from BoringSSL. -#[test] +/*#[test] fn test_signature_ed25519_verify() { test::run( test_file!("ed25519_verify_tests.txt"), @@ -81,7 +81,7 @@ fn test_signature_ed25519_verify() { Ok(()) }, ); -} +}*/ fn test_signature_verification( public_key: &[u8],